home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / MCC_BetterBalance / Developer / Autodocs / MCC_BetterBalance.doc
Encoding:
Text File  |  1998-06-08  |  1.5 KB  |  51 lines

  1. TABLE OF CONTENTS
  2.  
  3. BetterBalance.mcc/--announcement--
  4. BetterBalance.mcc/BetterBalance.mcc
  5. BetterBalance.mcc/--announcement--         BetterBalance.mcc/--announcement--
  6.  
  7.    TITLE
  8.        BetterBalance.mcc
  9.  
  10.    VERSION
  11.        11.1
  12.  
  13.    RELEASE DATE
  14.        08.06.1998
  15.  
  16.    DESCRIPTION
  17.        BetterBalance.mcc is a subclass of Balance class which allows the
  18.        programmer to easily save and load all balance settings of a GUI.
  19.  
  20.    SPECIAL REQUIREMENTS
  21.        MUI 3.0+
  22.  
  23.    AVAILABILITY
  24.        http://www.IQ-Computing.de
  25.        ftp://ftp.iq-computing.de/pub/MCC_BetterBalance.lha
  26.        ftp://ftp.wustl.edu/pub/aminet/dev/mui/MCC_BetterBalance.lha
  27.  
  28.    PRICE
  29.        Freeware
  30.        Please read the additional License.txt document for further details.
  31.  
  32.    AUTHOR
  33.        Maik "bZ!" Schreiber <bZ@iq-computing.de>
  34.        www.IQ-Computing.de
  35.  
  36.    DISTRIBUTION
  37.        Please read the additional License.txt document for further details.
  38. BetterBalance.mcc/BetterBalance.mcc       BetterBalance.mcc/BetterBalance.mcc
  39.  
  40. BetterBalance.mcc is a subclass of Balance class which allows the programmer
  41. to easily save and load all balance settings of a GUI.
  42.  
  43. This is how you can save all balance object positions:
  44.  
  45. - Use BetterBalance objects instead of normal MUI Balance objects whereever
  46.   you want to save the position.
  47. - Provide a *unique* MUIA_ObjectID for each BetterBalance object.
  48. - Use MUIM_Application_Save to save and MUIM_Application_Load to load the
  49.   positions (you could override MUIM_Window_Snapshot to do that).
  50.   This should be done before a window is opened.
  51.